home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 493.lha / SmallIFFParseLibrary / sources / undefs.h < prev   
Encoding:
C/C++ Source or Header  |  1991-04-06  |  875 b   |  27 lines

  1. /* This file containns all the no-ops functions. */
  2.  
  3. #define ReadChunkRecords    NOOP
  4. #define WriteChunkRecords   NOOP
  5. #define Reserved            NOOP
  6. #define EntryHandler        NOOP
  7. #define ExitHandler         NOOP
  8. #define PropChunk           NOOP
  9. #define PropChunks          NOOP
  10. #define StopChunk           NOOP
  11. #define StopChunks          NOOP
  12. #define CollectionChunk     NOOP
  13. #define CollectionChunks    NOOP
  14. #define StopOnExit          NOOP
  15. #define FindProp            NULL_NOOP
  16. #define FindCollection      NULL_NOOP
  17. #define FindPropContext     NULL_NOOP
  18. #define ParentChunk         NULL_NOOP
  19. #define AllocLocalItem      NULL_NOOP
  20. #define LocalItemData       NOOP
  21. #define SetLocalItemPurge   NOOP
  22. #define FreeLocalItem       NOOP
  23. #define FindLocalItem       NULL_NOOP
  24. #define StoreLocalItem      NOOP
  25. #define StoreItemInContext  NOOP
  26. #define InitIFF             NOOP
  27.